object fAgree: TfAgree Left = 442 Top = 185 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Beta Notice' ClientHeight = 251 ClientWidth = 427 Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 120 Position = poScreenCenter TextHeight = 16 object Label1: TLabel Left = 8 Top = 8 Width = 409 Height = 37 Alignment = taCenter AutoSize = False Caption = 'Warning !!' Font.Color = clRed Font.Height = -27 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object Label2: TLabel Left = 8 Top = 52 Width = 409 Height = 57 AutoSize = False Caption = 'This version of MDB95 is beta-software which means that it may c' + 'ontain errors that could potentially damage or destroy the data ' + 'on your harddisk(s).' end object Label3: TLabel Left = 8 Top = 116 Width = 409 Height = 73 AutoSize = False Caption = 'By clicking on "Agree" you agree that the author of this softwar' + 'e shall NOT be made viable for any damages that may arise out of' + ' the use of this software. That means whatever you do with this ' + 'software is ON YOUR OWN RISK!' end object Button1: TButton Left = 96 Top = 208 Width = 89 Height = 33 Caption = 'Agree' TabOrder = 1 OnClick = Button1Click end object Button2: TButton Left = 240 Top = 208 Width = 89 Height = 33 Cancel = True Caption = '&Exit' TabOrder = 0 OnClick = Button2Click end end